Deploying Cycle
- Rename the Cycle war from the distribution to Cycle.war.
- Deploy Cycle war in webapps folder of TomEE application server.
- Navigate to the bin folder of TomEE and open the command prompt in this location to start the server by using the command:
catalina.bat run - windows
./catalina.sh start - linux
- Test the deployment with the url: http://hostname:port/CycleService/
Note: If you change the context name, use that name in the URL instead of Cycle.